In this presentation you will get an introduction to what .NET Aspire can do for you! It will also try to explain a bit about how it actually works, instead of just showing the new and shiny stuff and saying that it is the result of many sacrificed chickens and black magic!
James Montemagno joins the show to talk about an overview of .NET Aspire and its focus on simplifying app development and infrastructure orchestration. We also learn about how .NET Aspire supports both local development and cloud deployment. James then tells us more about integrating DevOps automation for Azure deployments using bicep templates and Azure Developer CLI (azd).
In this article, we will learn how to integrate RabbitMQ with .Net Aspire. As you know, .Net Aspire is used to build cloud-native applications.
.NET Aspire significantly simplifies the inner development loop by providing a unified dashboard, streamlined configuration, and powerful orchestration capabilities. With features like service discovery, health monitoring, and seamless cloud deployments, .NET Aspire removes much of the complexity traditionally associated with Modular Monolith development.
This post will explore the ability to run and build Spin apps in the .NET Aspire dashboard and add a new custom task on .NET Aspire dashboard to rebuild the Spin app without the need to stop and start solution again
.NET Aspire 9 adds new control over the lifetime of containers on your local developer environment. Let's look at how to manage them with the new APIs!
Aaron is a Developer Advocate at Microsoft. Having spent 15 years doing web development, he’s seen it all, from browser wars to the rise of AJAX and the fall of 20 JavaScript frameworks (and that was just yesterday!). Always tinkering with something new, he explores crazy ideas like writing your own implementation of numbers in .NET, creating IoC in JavaScript, or implementing tic-tac-toe using git commits. When not sitting at a computer, he can be found spending time with his wife and kids.
In this article we are going learn how to integrate PostgreSQL with .Net Aspire as you know .Net Aspire is used to build cloud-native applications.
In this article, we will explore the process of integrating Redis with .NET Aspire. As you may know, .NET Aspire is a powerful framework designed for building cloud-native applications. This integration allows developers to leverage Redis's high-performance in-memory data structure store, enhancing application speed and scalability.
.NET Aspire is an opinionated, cloud ready stack for building observable, production ready, distributed applications. In this post we'll look at working with Elasticsearch in .NET Aspire, but firstly - on the observability side - let's learn just how easy it is to instrument our app with OpenTelemetry and see logs, metrics and traces in Elastic.